word, error status - traducción al árabe
Diclib.com
Diccionario ChatGPT
Ingrese una palabra o frase en cualquier idioma 👆
Idioma:

Traducción y análisis de palabras por inteligencia artificial ChatGPT

En esta página puede obtener un análisis detallado de una palabra o frase, producido utilizando la mejor tecnología de inteligencia artificial hasta la fecha:

  • cómo se usa la palabra
  • frecuencia de uso
  • se utiliza con más frecuencia en el habla oral o escrita
  • opciones de traducción
  • ejemplos de uso (varias frases con traducción)
  • etimología

word, error status - traducción al árabe

CONTROL REGISTER IN IBM SYSTEM/360 AND SUCCESSORS SYSTEMS ARCHITECTURE
Program Status Word

word, error status      
كلمة وضع الخطأ
experimental error         
DIFFERENCE BETWEEN A MEASURED QUANTITY VALUE AND A REFERENCE QUANTITY VALUE
ObservationalError; Measurement error; Experimental error; Systematic bias; Random error; Systematic error; Systemic error; Alleged systemic bias; Random errors; Systematic errors; Measurement errors; Observational Error; Systematic effect; Chance error; Accidental error; Constant error; Stochastic error; Observation error; Systematic and random error; Systematic and random errors; Random and systematic errors; Measurement Error
‎ خَطَأٌ تَجْرِبِيّ‎
word oriented         
BASE MEMORY UNIT HANDLED BY A COMPUTER
Computer word; Word size; Word length; Wordlength; 10-bit; Halfword; Dword (Computer); Qword; Machine word; DWORD; DWord; Dword; Data word; Double word; Word orientation; Word-oriented; Word oriented; Word (unit); Word (data type); Word width; Memory word; Bitness; Binary word; Variable word-length computer; Variable word-length architecture; Variable word-length machine; Variable word length architecture; Variable word length computer; Variable word length machine; Variable word architecture; Variable word-length (computer hardware); Variable word length (computer hardware); 32-bit word; 32bit word; Catena (unit); Catena (computing); Catenae (unit); Catenae (computing); Storage word; 16-bit word; 16 bit word; 32 bit word; 48-bit word; 48 bit word; 51 bit word; 51-bit word; 60-bit word; 60 bit word; 64 bit word; 64-bit word; 96 bit word; 96-bit word; Word size (computing); Quarterword; Variable word length; Fullword; Kiloword
موجه نحو الكلمات

Definición

random error
¦ noun Statistics an error in measurement caused by factors which vary from one measurement to another.

Wikipedia

Program status word

The program status word (PSW) is a register that performs the function of a status register and program counter, and sometimes more. The term is also applied to a copy of the PSW in storage. This article only discusses the PSW in the IBM System/360 and its successors, and follows the IBM convention of numbering bits starting with 0 as the leftmost (most significant) bit.

Although certain fields within the PSW may be tested or set by using non-privileged instructions, testing or setting the remaining fields may only be accomplished by using privileged instructions.

Contained within the PSW are the two bit condition code, representing zero, positive, negative, overflow, and similar flags of other architectures' status registers. Conditional branch instructions test this encoded as a four bit value, with each bit representing a test of one of the four condition code values, 23 + 22 + 21 + 20. (Since IBM uses big-endian bit numbering, mask value 8 selects code 0, mask value 4 selects code 1, mask value 2 selects code 2, and mask value 1 selects code 3.)

The 64-bit PSW describes (among other things)

  • Interrupt masks
  • Privilege states
  • Condition code
  • Instruction address

In the early instances of the architecture (System/360 and early System/370), the instruction address was 24 bits; in later instances (XA/370), the instruction address was 31 bits plus a mode bit (24 bit addressing mode if zero; 31 bit addressing mode if one) for a total of 32 bits.

In the present instances of the architecture (z/Architecture), the instruction address is 64 bits and the PSW itself is 128 bits.

The PSW may be loaded by the LOAD PSW instruction (LPSW or LPSWE). Its contents may be examined with the Extract PSW instruction (EPSW).